Skip to content

Commit 654b3ee

Browse files
author
Fredrik Jadebeck
committed
update dependencies
1 parent ffdb2e1 commit 654b3ee

File tree

5 files changed

+1407
-1177
lines changed

5 files changed

+1407
-1177
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,6 @@ WORKDIR /margss/backend/
3434
RUN npm i
3535
EXPOSE 8080
3636

37-
RUN apt-get install curl
37+
RUN apt-get update -y
38+
RUN apt-get install curl -y
3839
CMD npm run start

0 commit comments

Comments
 (0)