diff options
author | 2024-06-06 01:44:57 +0200 | |
---|---|---|
committer | 2024-06-06 01:44:57 +0200 | |
commit | 030836d5346b46effe2019f25c182681873a0996 (patch) | |
tree | 7ae17717575db5f9c179e9125338b2932bae236f /Dockerfile | |
parent | Bump version (diff) |
Migrate to keycloakify 10
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/Dockerfile b/Dockerfile deleted file mode 100644 index 7056216..0000000 --- a/Dockerfile +++ /dev/null @@ -1,13 +0,0 @@ -# build environment -FROM node:18-alpine as build -WORKDIR /app -COPY package.json yarn.lock ./ -RUN yarn install --frozen-lockfile -COPY . . -RUN yarn build - -# production environment -FROM nginx:stable-alpine -COPY --from=build /app/dist /usr/share/nginx/html -COPY --from=build /app/nginx.conf /etc/nginx/conf.d/default.conf -CMD nginx -g 'daemon off;'
\ No newline at end of file |