Moved Dockerfile to root
Signed-off-by: James Ketrenos <jketreno@media.ketrenos.com>
This commit is contained in:
parent
1159557b9f
commit
9b57397b43
@ -3,6 +3,6 @@ FROM node:16
|
|||||||
# replace this with your application's default port
|
# replace this with your application's default port
|
||||||
EXPOSE 11141
|
EXPOSE 11141
|
||||||
|
|
||||||
COPY * /home/node/app/
|
COPY / /home/node/app/
|
||||||
WORKDIR /home/node/app
|
WORKDIR /home/node/app/server
|
||||||
RUN npm install
|
RUN npm install
|
Loading…
x
Reference in New Issue
Block a user