Skip to content

Instantly share code, notes, and snippets.

@MrSquaare
Created March 9, 2024 20:50
Show Gist options
  • Save MrSquaare/b941b43776f7fb5b9efe4311bb994a50 to your computer and use it in GitHub Desktop.
Save MrSquaare/b941b43776f7fb5b9efe4311bb994a50 to your computer and use it in GitHub Desktop.
FROM alpine:3 AS base
ENV WORK_DIRECTORY="/usr/docker/context"
WORKDIR ${WORK_DIRECTORY}
COPY . .
CMD ["sh"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment