Dockerfile

This commit is contained in:
Koushik Dutta
2021-09-09 17:59:37 -07:00
parent 658c92221f
commit fdfe33a161

View File

@@ -1,8 +1,6 @@
FROM node:16
RUN apt-get -y update
RUN apt-get -y upgrade
EXPOSE 9443
EXPOSE 10080
COPY . .
WORKDIR /server
RUN apt-get -y update