Skip to content

Commit

Permalink
readd the docker workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
F43nd1r committed Jul 30, 2022
1 parent 2a31dae commit 6b00936
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 3 additions & 0 deletions acrarium/Dockerfile
Expand Up @@ -7,8 +7,11 @@ RUN java -Djarmode=layertools -jar application.jar extract
FROM eclipse-temurin:17-jre-alpine
WORKDIR application
COPY --from=builder application/dependencies/ ./
RUN true # https://github.com/moby/moby/issues/37965
COPY --from=builder application/spring-boot-loader/ ./
RUN true
COPY --from=builder application/snapshot-dependencies/ ./
RUN true
COPY --from=builder application/application/ ./

RUN uid=$(($(($((`date +%s` / 60)) % 165535)) + 100000)) && adduser -D -h /application/ -u $uid acrarium && chown -R acrarium:acrarium /application
Expand Down
2 changes: 0 additions & 2 deletions acrarium/frontend/generated/vaadin.ts
@@ -1,5 +1,3 @@
import './vaadin-featureflags.ts';

import './index';

import '@vaadin/flow-frontend/vaadin-dev-tools.js';

0 comments on commit 6b00936

Please sign in to comment.