Some stuff that works
This commit is contained in:
parent
c12add7dfc
commit
266c7b9fff
|
@ -11,5 +11,10 @@ RUN cd / && \
|
|||
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