Skip to content

Commit

Permalink
feat: update docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
darmalovan committed Jan 8, 2024
1 parent a1b8837 commit 981a66e
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions .framework/java/backend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,15 +1,2 @@
FROM openjdk:11

RUN curl https://raw.githubusercontent.com/vishnubob/wait-for-it/master/wait-for-it.sh --output /wait-for-it.sh

RUN chmod +x /wait-for-it.sh

#COPY /backend /usr/src/backend

WORKDIR /usr/src
#COPY backend ./backend
#COPY .wilco ./.wilco

# Pre-install npm packages
WORKDIR /usr/src/backend
FROM public.ecr.aws/v0a2l7y2/wilco/anythink-backend-java:latest

0 comments on commit 981a66e

Please sign in to comment.