Skip to content

Instantly share code, notes, and snippets.

@aryan9600
Created December 19, 2020 12:34
Show Gist options
  • Save aryan9600/79ff8f57775787b6dbc2190e830b9480 to your computer and use it in GitHub Desktop.
Save aryan9600/79ff8f57775787b6dbc2190e830b9480 to your computer and use it in GitHub Desktop.
FROM nikolaik/python-nodejs:python3.7-nodejs12-slim
WORKDIR /app
COPY . /app
RUN npm install
# Make the script executable
RUN chmod +x run.sh
CMD ./run.sh
EXPOSE 2640
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment