Skip to content

Commit

Permalink
merge: #205 from dev
Browse files Browse the repository at this point in the history
  • Loading branch information
alycejenni authored Sep 3, 2024
2 parents 5f1e65f + 64bfff2 commit 6fc9de9
Show file tree
Hide file tree
Showing 3 changed files with 9,317 additions and 6,017 deletions.
2 changes: 1 addition & 1 deletion docker/app-node/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM node:20

RUN apt-get -q -y update && DEBIAN_FRONTEND=noninteractive apt-get -q -y upgrade
RUN apt -q -y update && DEBIAN_FRONTEND=noninteractive apt-get -q -y upgrade
RUN apt-get -q -y install mariadb-client

COPY ./docker/app-node/entrypoint /deploy/entrypoint
Expand Down
Loading

0 comments on commit 6fc9de9

Please sign in to comment.