mirror of
https://gitlab.com/wirelos/sprocket-ui.git
synced 2025-12-14 22:02:24 +01:00
copy old frontend
This commit is contained in:
14
Dockerfile
Normal file
14
Dockerfile
Normal file
@@ -0,0 +1,14 @@
|
||||
FROM node:latest
|
||||
|
||||
# Create app directory
|
||||
RUN mkdir -p /usr/app
|
||||
WORKDIR /usr/app
|
||||
VOLUME /usr/app/config
|
||||
|
||||
# Install app
|
||||
COPY . /usr/app
|
||||
RUN yarn install
|
||||
RUN yarn build:frontend
|
||||
|
||||
EXPOSE 8080
|
||||
#CMD [ "yarn", "app" ]
|
||||
Reference in New Issue
Block a user