Skip to content

Commit

Permalink
Skip interactive mode
Browse files Browse the repository at this point in the history
  • Loading branch information
flvndvd committed Jan 4, 2024
1 parent b1d8c19 commit 7f8c2c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion front/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM node:18.15.0 as front

RUN apt-get update && apt-get install vim redis-tools postgresql-client
RUN apt-get update && apt-get install -y vim redis-tools postgresql-client

WORKDIR /types
COPY /types/package*.json ./
Expand Down

0 comments on commit 7f8c2c4

Please sign in to comment.