Skip to content

Instantly share code, notes, and snippets.

View abdulkader's full-sized avatar

Abdul Kader abdulkader

View GitHub Profile
@krazyjakee
krazyjakee / Dockerfile
Last active July 24, 2020 00:59
Razzle Docker Container
FROM node:alpine
ENV NODE_ENV production
ENV HOST 0.0.0.0
ENV PORT 80
ENV RAZZLE_CUSTOM_VARIABLE x
# Bundle APP files
COPY build .