Skip to content

Commit

Permalink
FIX: assign default env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
auggod committed Sep 29, 2021
1 parent 13df25c commit 90b2e8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG HUGO_VERSION 0.88.0
ARG NODE_ENV development
ARG HUGO_VERSION=0.88.0
ARG NODE_ENV=development

FROM node:12-alpine as builder

Expand Down

0 comments on commit 90b2e8e

Please sign in to comment.