Explorar el Código

update Dockerfile

Yuki Takei hace 9 años
padre
commit
6d106875ee
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      Dockerfile

+ 1 - 0
Dockerfile

@@ -24,4 +24,5 @@ RUN apk add --no-cache --virtual .build-deps git \
     && apk del .build-deps
 
 VOLUME /data
+EXPOSE 3000
 CMD ["npm", "run", "server:prod"]