mirror of
https://github.com/rommapp/romm.git
synced 2026-06-27 22:35:57 +00:00
resources structure refactor
This commit is contained in:
@@ -13,7 +13,7 @@ EXPOSE 5000
|
||||
# Copy frontend and install npm packages
|
||||
COPY frontend /frontend
|
||||
COPY frontend/package.json /frontend/package.json
|
||||
RUN ln -s /emulation /frontend/src/assets/emulation
|
||||
RUN ln -s /emulation /frontend/assets/emulation
|
||||
WORKDIR /frontend
|
||||
RUN npm install
|
||||
EXPOSE 5173
|
||||
|
||||
Reference in New Issue
Block a user