Skip to content

Commit

Permalink
use node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Tepper committed Jul 6, 2023
1 parent bb31807 commit 6625377
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# generate frontend assets
FROM node:17 as frontend
FROM node:16 as frontend
RUN apt-get update \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y -o Dpkg::Options::="--force-confold" --no-install-recommends --no-install-suggests \
build-essential \
Expand Down Expand Up @@ -65,7 +65,7 @@ RUN \
&& find bin scripts vendor/bin -type f -exec chmod 740 '{}' \+ \
# set non php files in public directory as readonly
&& find public -type f -not -name "*.php" -exec chmod 644 '{}' \+

RUN echo "* * * * * /var/www/meals/bin/console meals:keep-alive-connection > /dev/stdout" >> /etc/crontabs/www-data

ENTRYPOINT ["/container/entrypoint"]
Expand Down

0 comments on commit 6625377

Please sign in to comment.