This commit is contained in:
Braydon 2023-05-04 04:04:52 -04:00
parent 254cf70312
commit bf655a9087

9
Dockerfile Normal file
View File

@ -0,0 +1,9 @@
FROM node:19-alpine
WORKDIR /app
ENV NODE_ENV production
EXPOSE 8080
ENV PORT 8080
CMD node server.js