Some stuff that works
This commit is contained in:
parent
c12add7dfc
commit
266c7b9fff
|
@ -12,4 +12,9 @@ RUN cd /phanpy && \
|
|||
npm install && \
|
||||
npm run build
|
||||
|
||||
CMD cp /phanpy/dist /mnt
|
||||
FROM nginx:alpine
|
||||
|
||||
COPY --from=0 /phanpy/dist /usr/share/nginx/html
|
||||
|
||||
EXPOSE 80
|
||||
|
||||
|
|
Loading…
Reference in a new issue