WheelOfPorn

The Wheel of Porn from Family Guy (Season 13 Episode 9) programmed in react.
git clone git://git.oshgnacknak.de/WheelOfPorn.git
Log | Files | Refs | README

commit 47fb886d23c1947e80afcd950f3578ca2ab8e3b8
parent 26004df8dca95d1e7ed5b9c5591c7255cffa209d
Author: Oshgnacknak <osh@oshgnacknak.de>
Date:   Wed, 26 Aug 2020 20:21:28 +0200

Expose port

Diffstat:
MDockerfile | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/Dockerfile b/Dockerfile @@ -33,4 +33,6 @@ RUN npm install # run app COPY server ./ COPY --from=client /app/build ./public + +EXPOSE 5000 CMD ["node", "index.js"]