Skip to content

Instantly share code, notes, and snippets.

@goncalor
Last active March 7, 2021 14:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save goncalor/b107e16be325563cf81aa6fea475b56b to your computer and use it in GitHub Desktop.
Save goncalor/b107e16be325563cf81aa6fea475b56b to your computer and use it in GitHub Desktop.
FROM alpine
RUN apk --no-cache add #python3 py3-pip git
WORKDIR /app
RUN adduser -h /app -D user
#RUN git clone --depth=1 URI .
#COPY ["file", "./"]
USER user
#ENTRYPOINT ["./file"]
#EXPOSE ###
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment