mirror of
https://github.com/IT4Change/ohmyform-ui.git
synced 2025-12-13 09:45:50 +00:00
add missing build steps to container
This commit is contained in:
parent
a85dd9481f
commit
3d76084e58
@ -4,4 +4,7 @@ WORKDIR /usr/src/app
|
||||
|
||||
COPY . ./
|
||||
|
||||
RUN yarn install --frozen-lock-file
|
||||
RUN yarn build
|
||||
|
||||
CMD [ "yarn", "start" ]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user