Change Docker command

This commit is contained in:
Tania Rascia
2020-12-11 16:48:12 -06:00
parent 2338d4c7ff
commit 1ba749d169
+1 -1
View File
@@ -29,4 +29,4 @@ RUN npm run build
EXPOSE $PORT
# Start Node server
ENTRYPOINT npm run start
ENTRYPOINT npm run prod