Skip to content

Instantly share code, notes, and snippets.

@javatodev
Created August 17, 2021 19:59
Show Gist options
  • Save javatodev/f26760b50bf9c78b3ac35bf334ff6a91 to your computer and use it in GitHub Desktop.
Save javatodev/f26760b50bf9c78b3ac35bf334ff6a91 to your computer and use it in GitHub Desktop.
FROM nginx:1.17.1-alpine
COPY dist/angular-keycloak-app /usr/share/nginx/html
EXPOSE 80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment