We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f77e6fa commit a4c905eCopy full SHA for a4c905e
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM node:12.22.4-alpine
+FROM node:12.22.5-alpine
2
3
ENV HOST 0.0.0.0
4
docker-compose.yml
@@ -1,7 +1,7 @@
version: '3.7'
services:
studyathome:
- image: node:12.22.4-alpine
+ image: node:12.22.5-alpine
5
command: /bin/sh -c "yarn install && yarn run dev"
6
working_dir: /app
7
ports:
0 commit comments