Skip to content

Instantly share code, notes, and snippets.

@leeyoungseok
Created August 10, 2020 03:49
Show Gist options
  • Save leeyoungseok/1e196c3fc6ba0626ea8dd88f79595602 to your computer and use it in GitHub Desktop.
Save leeyoungseok/1e196c3fc6ba0626ea8dd88f79595602 to your computer and use it in GitHub Desktop.
FROM ubuntu:16.04
LABEL maintainer "Youngseok Lee<lee@cnu.ac.kr>"
LABEL "purpose"="practice"
RUN apt-get update
COPY . /usr/src/app
WORKDIR /usr/src/app
EXPOSE 6789
CMD ["python3", "WebServer.py"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment