Yuki Takei 9 anni fa
parent
commit
6d106875ee
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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"]