Skip to content
This repository was archived by the owner on May 27, 2025. It is now read-only.

Commit 0aa037c

Browse files
author
danecreekphotography
authored
Update jest (#429)
* Update jest * Switch to node:12
1 parent e522db9 commit 0aa037c

File tree

3 files changed

+16249
-812
lines changed

3 files changed

+16249
-812
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This is most important for git: if git is installed via postCreateCommand it actually isn't there in
33
# time for first container creation. VSCode will attempt to copy the .gitconfig file and fail
44
# because git isn't installed
5-
FROM node:slim
5+
FROM node:12
66

77
ARG NPM_GLOBAL=/usr/local/share/npm-global
88
ARG USERNAME=node

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This temporary image is used to produce the build.
2-
FROM node:slim as build
2+
FROM node:12 as build
33
RUN mkdir -p /home/node/app/fonts && chown -R node:node /home/node/app
44

55
WORKDIR /home/node/app

0 commit comments

Comments
 (0)