mirror of
https://gitlab.com/little-lines/backend.git
synced 2024-11-09 23:24:23 +00:00
use alpine container instead of nginx:apline
This commit is contained in:
parent
e90d8a9f70
commit
d5c994983d
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM nginx:alpine
|
||||
FROM docker.io/library/alpine:latest
|
||||
|
||||
# Set up environment for building
|
||||
RUN apk add yarn nodejs
|
||||
|
|
Loading…
Reference in a new issue