Skip to content

Commit a5cd270

Browse files
committed
curl added to docker
1 parent 49bd51d commit a5cd270

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM node:14-alpine AS base
2-
RUN apk add --update bash && rm -rf /var/cache/apk/*
2+
RUN apk add --update bash curl && rm -rf /var/cache/apk/*
33
RUN mkdir -p /var/app && chown -R node /var/app
44
WORKDIR /var/app
55
COPY . .

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "token_frontender_magazine",
2+
"name": "token.frontender.info",
33
"version": "1.0.0",
44
"private": false,
55
"scripts": {

0 commit comments

Comments
 (0)